home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2001 May / SGI IRIX 6.5 Applications 2001 May.iso / dev / java_dev.idb / usr / java / bin32 / sgi / native_threads / jdb < prev    next >
Encoding:
Text File  |  2000-05-20  |  141 b   |  6 lines

  1. #!/bin/sh -p
  2. #
  3. # Shell wrapper to startup up the Java Debugger's TTY classes.
  4.  
  5. `dirname $0`/java sun.tools.ttydebug.TTY -n32 -native -sgi $@
  6.